LiveCode BuilderOperatorsBaseELogOperatorOn this pageBaseELogOperator Type operator Summary Natural log operator. Syntax ln(<Operand>) Description Natural log operator. Parameters NameTypeDescriptionOperandAn expression that evaluates to a number. Examples variable tVar as Numberput ln(exp(3)) into tVar -- tVar contains approximately 3